home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Resources / HTMLGate 12.2.1B / htmlgate.exe / {app} / SearchEngines / excite.txt < prev    next >
Text File  |  2003-08-08  |  673b  |  19 lines

  1. <SCRIPT LANGUAGE="Javascript">
  2.  
  3.  
  4. function doSearchExcite()
  5. {
  6.   var keywords="";
  7.      keywords=document.searchexcite.searchwords.value.toLowerCase();
  8.      while (keywords.indexOf(" ")>0)
  9.      {
  10.            pos=keywords.indexOf(" ",0);
  11.            tmp=keywords.substring(0,pos)+"+"+keywords.substring(pos+1,keywords.length);
  12.            keywords=tmp;
  13.      }
  14.      document.location="http://search.excite.com/search.gw?search="+keywords;
  15. }
  16. </SCRIPT>
  17.  
  18. <FORM METHOD="post" ACTION="javascript:doSearchExcite();" NAME="searchexcite"><B>Search Excite for: </B><INPUT TYPE="TEXT" NAME="searchwords" SIZE="30"> <INPUT TYPE="submit" NAME="submit" VALUE="Search"></FORM>
  19.